home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / filel20.zip / PROFILE.FLL < prev    next >
Text File  |  1991-11-21  |  1KB  |  56 lines

  1. * Profile of FILEL V2.0 for Ms-DOS                       (c)BNV 1991
  2. * by Bill N. Vlachoudis,     OLYMP@OLYMP.GRTHEUN.OUR.EDU
  3. *
  4. * Color definitions
  5. *
  6. color filearea   yellow
  7. color cursormode lightgreen
  8. color reserved   cyan
  9. color status     lightgray
  10. *
  11. * Key definitions
  12. *
  13. def f1    retrieve
  14. def f10   exec/filel list
  15. def f11   exec/filel xedit
  16. def s_f11 exec/filel edit
  17. def a_r   reverse
  18. def a_x   quit
  19. def s_f7  onelineup
  20. def s_f8  onelinedown
  21. def a_f7  cmnd -5
  22. def a_f8  cmnd  5
  23. * VAX key definitions
  24. def c_z   quit
  25. def c_a   cursortoggle
  26. def c_e   end
  27. *
  28. * Set KEYBOARD101 to ON, so function keys F11 and F12 will be recognized
  29. *
  30.   KEYBOARD101 ON
  31. *
  32. * Set SLASHOPTION to OFF,
  33. *
  34.   SLASHOPTION OFF
  35. *
  36. * Set INT2E to OFF, so COMMAND.COM wil be reloaded when any
  37. * command is executed (this is slower but safer)
  38. *
  39.   INT2E OFF
  40. *
  41. * Set translate to ON, so files will be displayed to lowercase
  42. * and directories to uppercase
  43. *
  44.   TRANSLATE ON
  45. *
  46. * Global is OFF (default value), so FILEL will execute the commands
  47. * only in the screen currently displayed, and it will not search the
  48. * whole file
  49.   GLOBAL OFF
  50. *
  51. * Set the Reserved lines
  52. *
  53. Reserved1 F1 = Retrieve  F2 = Refresh   F3 = Quit      F4 = Time      F5 = Ext|Name
  54. Reserved2 F6 = Size      F7 = Page Up   F8 = Page Down F9 =           F10= Edit|Filel
  55.  
  56.